Skip to content

Bump github/codeql-action init and analyze together to v4.37.3 - #16050

Open
borinquenkid wants to merge 1 commit into
8.0.xfrom
deps/codeql-action-4.37.3
Open

Bump github/codeql-action init and analyze together to v4.37.3#16050
borinquenkid wants to merge 1 commit into
8.0.xfrom
deps/codeql-action-4.37.3

Conversation

@borinquenkid

Copy link
Copy Markdown
Member

Summary

  • Bumps both github/codeql-action/init and github/codeql-action/analyze from v4.36.0 to v4.37.3 in .github/workflows/codeql.yml.
  • The two steps must use matching versions; running them out of sync fails the Analyze (java) job with Loaded a configuration file for version '4.37.3', but running version '4.36.0'.
  • Dependabot opened these as two separate single-line PRs, each of which breaks CI on its own since it leaves the other step behind: Bump github/codeql-action/init from 4.36.0 to 4.37.3 #16039 (init only) and Bump github/codeql-action/analyze from 4.36.0 to 4.37.3 #16036 (analyze only). This combines them into one consistent bump.

Closes #16039
Closes #16036

Test plan

  • Confirmed both action references now point at the same pinned SHA (v4.37.3)
  • CI green on this PR, including the Analyze (java) CodeQL job

The init and analyze steps must use matching codeql-action versions, or the
Analyze job fails with "Loaded a configuration file for version X, but
running version Y". Dependabot proposed the two bumps as separate PRs
(#16039 init-only, #16036 analyze-only), each of which breaks CI on its own
since the other step is left behind. This bumps both together.

Closes #16039, closes #16036

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s CodeQL GitHub Actions workflow to keep the init and analyze steps on the same github/codeql-action version, avoiding CI failures caused by mismatched action versions.

Changes:

  • Bump github/codeql-action/init from v4.36.0 to v4.37.3 (pinned SHA updated).
  • Bump github/codeql-action/analyze from v4.36.0 to v4.37.3 (pinned SHA updated).
  • Ensure both steps use the same pinned SHA/version to prevent the Analyze (java) job mismatch error.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.4649%. Comparing base (743730d) to head (528a41b).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##                8.0.x     #16050        +/-   ##
==================================================
- Coverage     51.4879%   51.4649%   -0.0230%     
+ Complexity      17761      17753         -8     
==================================================
  Files            2039       2039                
  Lines           95537      95537                
  Branches        16571      16571                
==================================================
- Hits            49190      49168        -22     
- Misses          39042      39065        +23     
+ Partials         7305       7304         -1     

see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@testlens-app

testlens-app Bot commented Jul 25, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

🏷️ Commit: 528a41b
▶️ Tests: 43021 executed
⚪️ Checks: 60/60 completed


Learn more about TestLens at testlens.app.

@borinquenkid borinquenkid added this to the grails:8.0.0-RC1 milestone Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants